home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / CATCHER.H < prev    next >
C/C++ Source or Header  |  1992-11-27  |  530b  |  13 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    c a t c h e r . h                                               */
  3. /*                                                                    */
  4. /*    Ctrl-Break handler prototypes for UUPC/extended                 */
  5. /*--------------------------------------------------------------------*/
  6.  
  7. void ctrlchandler( void );
  8.  
  9. extern boolean terminate_processing;
  10. extern boolean norecovery;
  11. extern boolean interactive_processing;
  12. extern int panic_rc;
  13.